-
-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: multiworld system #2826
base: main
Are you sure you want to change the base?
feat: multiworld system #2826
Conversation
Qodana for C/C++24 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
This comment was marked as resolved.
This comment was marked as resolved.
08ad270
to
8be898c
Compare
b7c6568
to
0e0eb3b
Compare
This pull request is open for testing, please be aware that it may contain a lot of bugs, if you find anything out of order that was not supposed to happen, please report commenting in here. |
…ecks of world type. refactored config.lua.
34f4234
to
11994ab
Compare
I've checked the config.lua I'm using and the config.lua.dist. Aside from some settings like database access, server name, and rate, I added the toggleServerIsRetroPVP configuration as false. Below is the difference between the two files (on the left is config.lua.dist). |
[warning] [ConfigManager::missingConfigWarning]: Missing configuration for identifier: toggleServerIsRetroPVP |
now we use the server type from database. |
From what I've seen while debugging, the function getWorldConfigsById is always receiving an empty ID (or is ignoring the received parameter???). In this test I've performed, "Received ID: " is always printed, even though the variable worldId is set correctly. Could it be a type mismatch? |
do you have table |
After the last update, this isn't occurring anymore. I've been running this version for a couple of days. Everything seems fine. I've tested guilds, market, war, character creation, etc. I believe I now need to test Myacc a bit more, but regarding Canary, I haven't found any problems. |
Qodana for C/C++1040 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
This PR is stale because it has been open 45 days with no activity. |
This PR is stale because it has been open 45 days with no activity. |
Description
SOME CONFIGS WILL BE REMOVED FROM
config.lua
AND WILL BE USED FROM DATABASE, TABLEworlds
!Implementation of the multiword system.
This PR is in DRAFT due to the necessary modifications:
Using MyAAC will need the following PR: opentibiabr/myaac#110
Behaviour
Actual
Multiword system isn't enabled and available
Expected
Multiword system be enabled and available
Credits and inspired by: opentibiabr/otservbr-global-archived#929
Type of change
How Has This Been Tested
Test Configuration:
Checklist